Conversation
The latter style (filt3) allows semi-interactive at Python prompt.
|
Hi, |
|
My goal was to not modify the source code of the Reader class at all. My monkey patch/decorator intercepts the sample parameter to |
|
Hi I'm a beginner to Python and I'm trying to understand your code and how to use it to remove certain samples. If I wanted to remove a sample from the example file ['NA00001'] from the vcf file what is the code I would use? |
|
People want this. We should definitely rebase it! |
|
I'm a little overwhelmed at the moment but I will set aside time to rebase this within the next two weeks. |
|
Thanks, Lenna! On 10 February 2014 18:33, Lenna Peterson notifications@github.com wrote:
James |
Conflicts: vcf/parser.py vcf/test/test_vcf.py
|
I've merged master back into this and it passes the tests. |
|
Wow, thank you so much Lenna - lots of people have requested this. Sorry for letting it sit here so long. |
Filter by sample
vcf.SampleFiltermodifies Reader to filter each row's samples as they are being readvcf_sample_filter.py